home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 5: The Fifth Dimension
/
17 Bit - The Fifth Dimension (1995)(17 Bit Software)[!].iso
/
files
/
3859.dms
/
3859.adf
/
EasyRexx
/
SetWidth.erex
< prev
Wrap
Text File
|
1995-07-02
|
198b
|
14 lines
/* EasyCalc 2.0 Arexx Script */
options results
'getnumber "Enter the new width for all columns:" "10" "600"'
newwidth = result
easytofront
do column=0 for 256
'colwidth' column newwidth
end